Skip to content

Commit c13de5c

Browse files
committed
Actions not working
1 parent b7ca997 commit c13de5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
host: pythoncanarias.es
1717
username: ${{ secrets.PRODUCTION_SSH_USERNAME }}
1818
key: ${{ secrets.PRODUCTION_SSH_KEY }}
19-
script: source ~/.pyenv/versions/pycanweb/bin/activate && cd ~/web && ./deploy.sh
19+
script: ~/web && ./deploy.sh

deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Commands to deploy project in production
44

5+
source ~/.pyenv/versions/pycanweb/bin/activate
56
git pull
67
pip install -r requirements.txt
78
npm install --no-save

0 commit comments

Comments
 (0)