2024-05-12 16:51:11 +02:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
deploy:
|
2024-05-12 17:40:53 +02:00
|
|
|
runs-on: docker
|
2024-05-12 16:51:11 +02:00
|
|
|
container: python
|
|
|
|
steps:
|
2024-05-12 17:50:24 +02:00
|
|
|
- uses: actions/checkout@v4
|
2024-05-12 17:47:29 +02:00
|
|
|
- run: pwd && ls -la
|
2024-05-12 16:51:11 +02:00
|
|
|
- run: python deploy.py
|