Skip to content

Commit

Permalink
cicd: repalace "env:" to "with:" in actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganTwoZero committed Apr 16, 2023
1 parent e0623d0 commit e7be219
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,11 @@ jobs:

- name: Copy docker-compose.yml
uses: appleboy/scp-action@master
env:
with:
HOST: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
KEY: ${{ secrets.SSHKEY }}
with:
source: "docker-compose.yml, migrations"
source: "docker-compose.yml, migrations, config"
target: "pic-scraper-backend"

- name: Spin up docker compose
Expand Down

0 comments on commit e7be219

Please sign in to comment.