Skip to content

Commit

Permalink
fix: create /app
Browse files Browse the repository at this point in the history
  • Loading branch information
aryyawijaya committed Jul 17, 2024
1 parent 7528394 commit 208c976
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
steps:
- name: Checkout to get docker compose & env file
uses: actions/checkout@v4
- name: SSH to server to deploy container
uses: appleboy/[email protected]
with:
host: ${{ secrets.VM_HOST }}
username: ${{ secrets.VM_USERNAME }}
key: ${{ secrets.VM_KEY }}
script: |
mkdir /app
- name: Copy docker compose & env file
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 208c976

Please sign in to comment.