Skip to content

Commit

Permalink
last minute CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalados committed May 1, 2024
1 parent 1bf3d79 commit dd77644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/weatherDataCollect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
sudo snap install doctl
doctl auth init --access-token ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
doctl apps list --format ID,Created
#doctl apps update 732db8dc-5866-4235-8935-679232b31cb2 --spec weather-data-collect/weather-data-collect.yaml
doctl apps update 4cc7d717-3d4a-49e3-ab40-581b02fe6061 --spec weather-data-collect/weather-data-collect.yaml
2 changes: 1 addition & 1 deletion .github/workflows/webApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
sudo snap install doctl
doctl auth init --access-token ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
doctl apps list --format ID,Created
#doctl apps update 732db8dc-5866-4235-8935-679232b31cb2 --spec web-app/app.yaml
doctl apps update 4cc7d717-3d4a-49e3-ab40-581b02fe6061 --spec web-app/app.yaml

0 comments on commit dd77644

Please sign in to comment.