Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Updated actions and their versions
  • Loading branch information
alitpc25 authored Nov 25, 2023
1 parent 870d5c7 commit 1bcbd59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1

- name: Decrypt and Extract project_env_prod
run: |
Expand All @@ -21,7 +21,7 @@ jobs:
RESQ_PASSPHRASE: ${{ secrets.RESQ_PASSPHRASE }}

- name: Set up Docker
uses: actions/docker-setup-buildx@v3
uses: docker/setup-buildx-action@v3.0.0
with:
dockerfile: ../../resq/backend/resq/Dockerfile.remote

Expand All @@ -33,7 +33,7 @@ jobs:
docker push alitpc2525/resq:latest
- name: SSH into AWS EC2
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v1.0.0
with:
host: ${{ secrets.AWS_EC2_HOST }}
username: ec2-user
Expand Down

0 comments on commit 1bcbd59

Please sign in to comment.