File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : Set up Docker Buildx
2626 uses : docker/setup-buildx-action@v3
7474 cd $PROJECT_PATH
7575 set -euxo pipefail
7676 git pull
77- ansible-playbook -i inventory/${{ github.ref_name == 'master' && 'production' || 'staging'}} site.yml --tags deploy --extra-vars "services_to_start=['front'] docker_compose_project_github_token=${{ secrets.GITHUB_TOKEN }} docker_compose_project_github_actor=${{ github.actor }}"
77+ ansible-playbook -i inventory/${{ github.ref_name == 'master' && 'production' || 'staging'}} site.yml --tags deploy --extra-vars "services_to_start=['front'] docker_compose_project_github_token=${{ secrets.GITHUB_TOKEN }} docker_compose_project_github_actor=${{ github.actor }}"
You can’t perform that action at this time.
0 commit comments