Skip to content

Commit

Permalink
try 5
Browse files Browse the repository at this point in the history
  • Loading branch information
opeoniye committed Dec 28, 2023
1 parent 088c73d commit 6c4481a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Copy envfile
run: |
# Copy .env file into deploy server
echo "I was here at $(date)" > hi.txt
echo -e "This is deploy-app ga step speaking\n\nI was here at $(date)" > hi.txt
scp -o "StrictHostKeyChecking=no" -r "$GA_ENV_SRC/$GA_ENV_FILE" "$HOST_USER@$HOST_URL:$GA_ENV_DEST"
scp -o "StrictHostKeyChecking=no" -r hi.txt "$HOST_USER@$HOST_URL:$GA_ENV_DEST"
- name: Check status
Expand Down
2 changes: 1 addition & 1 deletion ops/sh/app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ ga_deploy_app() {
# Enter app dir
echo -e "\nEntering app directory..."
cd "$GA_APP_DIR"
echo "I was here at $(date)" > hi.txt
echo -e "This is ga_deploy_app function speaking\n\nI was here at $(date)" > hi.txt

# Pull repo changes
echo -e "\nDownloading latest repo changes..."
Expand Down

0 comments on commit 6c4481a

Please sign in to comment.