diff --git a/.gitea/workflows/glance.yaml b/.gitea/workflows/glance.yaml index b57c890..b8a54d3 100644 --- a/.gitea/workflows/glance.yaml +++ b/.gitea/workflows/glance.yaml @@ -7,7 +7,7 @@ on: - glance/** env: - DAY_OF_WEEK: Monday + app_folder: glance jobs: Explore-Gitea-Actions: @@ -22,4 +22,5 @@ jobs: password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} script: | - whoami \ No newline at end of file + cd /home/geezo/docker_containers/${{ env.app_folder }} && \ + dcup \ No newline at end of file diff --git a/glance/test.txt b/glance/test.txt index 4d86000..48cc89e 100644 --- a/glance/test.txt +++ b/glance/test.txt @@ -1 +1 @@ -sdvsdvccsddddc \ No newline at end of file +sdvsdvccsddddcac \ No newline at end of file