-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Fery Wardiyanto <[email protected]>
- Loading branch information
1 parent
22a8696
commit dc3f161
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,11 +80,11 @@ jobs: | |
[[ ! -d $HOME/.ssh ]] && mkdir $HOME/.ssh | ||
echo "$SSH_RSAKEY" >> $HOME/.ssh/id_rsa | ||
echo "$SSH_CONFIG" >> $HOME/.ssh/config | ||
chmod 600 $HOME/.ssh/* && ls -lah $HOME/.ssh/ | ||
git config user.name "Creasi.HQ" && git config user.email "[email protected]" | ||
chmod 600 $HOME/.ssh/* | ||
- name: Deploy | ||
run: | | ||
git config --global user.name "Creasi.HQ" && git config --global user.email "[email protected]" | ||
git clone creasi.co:~/git/creasico-skeleton.git storage/deploy-tmp | ||
./scripts/deploy.sh ${{ env.APP_ENV }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters