Skip to content

Commit

Permalink
ci: another try
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Apr 1, 2024
1 parent bf572c1 commit 22a8696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
[[ ! -d $HOME/.ssh ]] && mkdir $HOME/.ssh
echo "$SSH_RSAKEY" >> $HOME/.ssh/id_rsa
echo "$SSH_CONFIG" >> $HOME/.ssh/config
chmod 600 $HOME/.ssh/*
chmod 600 $HOME/.ssh/* && ls -lah $HOME/.ssh/
git config user.name "Creasi.HQ" && git config user.email "[email protected]"
- name: Deploy
run: |
git clone ssh://creasico@git.creasi.co:423/~/git/creasico-skeleton.git storage/deploy-tmp
git clone creasi.co:~/git/creasico-skeleton.git storage/deploy-tmp
./scripts/deploy.sh ${{ env.APP_ENV }}
# - name: Cache Composer dependencies
Expand Down

0 comments on commit 22a8696

Please sign in to comment.