Skip to content

Commit

Permalink
change build runs-on to whale replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruwel authored Dec 22, 2021
1 parent a8c139a commit 337f2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: docker push jimber/3botlogin:production-${{ github.sha }}
deploy:
needs: build
runs-on: prod
runs-on: whale-replacement
steps:
- name: Login to docker hub
run: docker login --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_TOKEN }}
Expand Down

0 comments on commit 337f2c8

Please sign in to comment.